home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / intro.dxr / 00052.ls < prev    next >
Encoding:
Text File  |  1997-04-02  |  347 b   |  16 lines

  1. on exitFrame
  2.   global nFin, nIdioma
  3.   case nIdioma of
  4.     1:
  5.       set the movieTime of sprite 5 to 6205
  6.       set nFin to 6935 - 50
  7.     2:
  8.       set the movieTime of sprite 5 to 13730
  9.       set nFin to 14460 - 50
  10.     3:
  11.       set the movieTime of sprite 5 to 21260
  12.       set nFin to 21990 - 50
  13.   end case
  14.   set the movieRate of sprite 5 to 1
  15. end
  16.